Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetChannelSamples32(Int32[],Int32) Method
See Also 
Leadtools.Dicom Namespace > DicomWaveformChannel Class > SetChannelSamples32 Method : SetChannelSamples32(Int32[],Int32) Method




samples
Buffer that holds the new channel sample
count
Size of the channel sample buffer
Sets 32-bit data for a channel.

Syntax

Visual Basic (Declaration) 
Overloads Public Function SetChannelSamples32( _
   ByVal samples() As Integer, _
   ByVal count As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As DicomWaveformChannel
Dim samples() As Integer
Dim count As Integer
Dim value As Integer
 
value = instance.SetChannelSamples32(samples, count)
C# 
public int SetChannelSamples32( 
   int[] samples,
   int count
)
Managed Extensions for C++ 
public: int SetChannelSamples32( 
   int[] samples,
   int count
) 
C++/CLI 
public:
int SetChannelSamples32( 
   array<int> samples,
   int count
) 

Parameters

samples
Buffer that holds the new channel sample
count
Size of the channel sample buffer

Return Value

The actual number of samples set for the channel.

Example

For an example, refer to WaveformGroupCount.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features